Remove a redundant include from gtktoolbar.c
authorChristian Dywan <christian@twotoasts.de>
Sun, 18 Jan 2009 15:16:14 +0000 (15:16 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Sun, 18 Jan 2009 15:16:14 +0000 (15:16 +0000)
2009-01-18  Christian Dywan  <christian@twotoasts.de>

Remove a redundant include from gtktoolbar.c

* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
        Patch by Enrico Tröger.

svn path=/trunk/; revision=22130

ChangeLog
gtk/gtktoolbar.c

index cecd726789acc3931fc0e53abadcf9cdb778bb60..885ee60ade0fdc31cdfbf806b51b3c994eb2a96e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-18  Christian Dywan  <christian@twotoasts.de>
+
+       Remove a redundant include from gtktoolbar.c
+
+       * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
+        Patch by Enrico Tröger.
+
 2009-01-16  Cody Russell  <bratsche@gnome.org>
 
        Bug 567944 – [Win32] Sorted treeview columns can be unreadable
index fe104b0f02bff08b09ffd7295fd111b16d58ce97..ff4bda5f5fba909579d517992f7be1c4b6362b48 100644 (file)
@@ -53,7 +53,6 @@
 #include "gtkseparatortoolitem.h"
 #include "gtkstock.h"
 #include "gtktoolbar.h"
-#include "gtktoolbar.h"
 #include "gtktoolshell.h"
 #include "gtkvbox.h"
 #include "gtkprivate.h"